
#header .wrapper > .content {
    min-width: 1220px;
}

/* 非首页导航样式 */
.longPage:not(.bodyindex) .ff_sitecontent {
    padding-top: 0;
}

.longPage.bodylistpost .ff_sitecontent {
    padding-top: 110px;
}

.longPage:not(.bodyindex) #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.longPage:not(.bodyindex) #headTop {
    float: left;
    height: auto;
    border: none;
}

.longPage:not(.bodyindex) #headTop #logo {
    padding-top: 30px;
    transition: all 0.36s ease;
}

.longPage:not(.bodyindex) #navWrapper {
    float: right;
}

.longPage:not(.bodyindex) #navWrapper .nav {
    padding-right: 50px;
}

.longPage:not(.bodyindex) #navWrapper .navitem a {
    line-height: 108px;
}

.longPage:not(.bodyindex) #navWrapper .navitem a.active span::before {
    content: "";
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    bottom: -1px;
    left: 34px;
    top: auto;
}

.longPage:not(.bodyindex) #search-nav {
    height: 108px;
}

.longPage:not(.bodyindex) #header.mini {
    top: 0;
}

.longPage:not(.bodyindex) #header.mini #navWrapper .navitem a {
    line-height: 88px; ;
}

.longPage:not(.bodyindex) #header.mini #search-nav {
    height: 88px;
}

.longPage:not(.bodyindex) #header.mini #headTop #logo {
    padding-top: 20px;
}

.longPage.bodylistpost #header {
    background-color: #120e05;
}

.longPage.bodylistpost #header.mini {
    background-color: #fff;
}

/* 产品列表样式 */
.bodylist .container_category > a {
    border: none;
}

.bodylist .npagePage .container_category a {
    background-color: transparent;
}

.bodylist .npagePage .container_category a:hover,
.bodylist .npagePage .container_category a.active {
    color: #231f1c;
}

.npagePage .ff_pageTarget {
    margin-top: 56px;
}

.bodylist .npagePage.ff_pageList .container_content {
    padding-top:60px;
}

.bodylist.bodyproject .project.ff_noSlider .item_block {
    width: 100%;
    margin-right: 0;
}

.bodylist.bodyproject .project.ff_noSlider .content_wrapper {
    margin-right: 0;
}

.bodylist.bodyproject .project.ff_noSlider .item_block {
    margin-bottom: 160px;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .item_img {
    width: 50%;
    padding-top: 32.7%;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper {
    width: 36%;
    padding: 0;
    padding-top: 63px;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .title {
    font-size: 32px;
    line-height: 50px;
    color: #222;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .subtitle {
    font-size: 20px;
    line-height: 36px;
    color: #666;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .item_des {
    margin-top: 2.3vw;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .item_des .description {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.bodylist.bodyproject
.project.ff_noSlider
.item_block:hover
.item_wrapper
.details {
    background-color: transparent;
    color: #231f1c;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper .details {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
    color: #000;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 56px;
}

.bodylist.bodyproject .project.ff_noSlider .item_block .details i {
    display: none;
}

.bodylist.bodyproject
.project.ff_noSlider
.item_block:nth-of-type(2n + 1)
.item_img {
    float: right;
}

.bodylist.bodyproject
.project.ff_noSlider
.item_block:nth-of-type(2n + 1)
.item_wrapper {
    float: left;
    margin-right: 14%;
}

.bodylist.bodyproject
.project.ff_noSlider
.item_block:nth-of-type(2n)
.item_img {
    float: left;
}

.bodylist.bodyproject
.project.ff_noSlider
.item_block:nth-of-type(2n)
.item_wrapper {
    float: right;
    margin-left: 14%;
}

/* 视频列表样式 */
.bodylist.bodyvideom .videom.ff_noSlider .item_block {
    width: 100%;
    float: none;
    padding-bottom: 34px;
    margin: 0 0 126px 0;
    position: relative;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .item_img {
    padding-top: 37.3%;
    margin-left: 18%;
    position: relative;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .item_wrapper {
    width: 45%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding-top: 48px;
    padding-left: 9%;
    transition: all 0.36s ease;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .title::before {
    content: "";
    width: 11.1%;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    top: 70px;
    left: 0;
    transition: all 0.36s ease;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .title {
    font-size: 26px;
    line-height: 46px;
    color: #222;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .subtitle {
    font-size: 18px;
    line-height: 38px;
    color: #666;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .item_des {
    display: none;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block .item_img:before {
    content: "play";
    width: 6.5vw;
    height: 6.5vw;
    line-height: 6.5vw;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block:hover .item_wrapper {
    width: 36%;
    padding-left: 18%;
}

.bodylist.bodyvideom .videom.ff_noSlider .item_block:hover .title::before {
    width: 26.6%;
}

/* 团队列表样式 */
.bodylist.bodyteam .team.ff_noSlider .item_block {
    width: 100%;
    margin: 0;
    float: left;
    border-bottom: 1px solid #e2e2e2;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .item_img {
    float: right;
    width: 33.2%;
    padding-top: 33%;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .item_wrapper {
    float: left;
    padding: 7% 15.6% 0 12%;
    box-sizing: border-box;
    width: 66%;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .title {
    font-size: 24px;
    line-height: 38px;
    color: #222;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .subtitle {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .item_des {
    margin-top: 30px;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .description {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .details {
    display: block;
    position: absolute;
    left: 12%;
    bottom: 4.5%;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #a4a4a4;
}

.bodylist.bodyteam .team.ff_noSlider .item_block .details i {
    display: none;
}

.bodylist.bodyteam .team.ff_noSlider .item_block:hover {
    background-color: #f3f3f3;
}

.bodylist.bodyteam .team.ff_noSlider .item_block:hover .item_img img {
    transform: scale(0.9);
}

.bodylist.bodyteam .team.ff_noSlider .item_block:hover .details {
    background-color: transparent;
    color: #231f1c;
    border-color: #231f1c;
}

/* 新闻列表 */
.bodylist.nobanner .npagePage .ff_pageTarget {
    margin-top: 180px;
}

.bodylist.bodynews .news.ff_noSlider .item_block {
    margin: 0;
    border-right: 1px solid #e2e2e2;
    width: 50%;
}

.bodylist.bodynews .news.ff_noSlider .item_block:nth-child(n + 3) {
    padding-top: 70px;
}

.bodylist.bodynews .news.ff_noSlider .item_block:nth-child(2n + 1) {
    padding-right: 7.4%;
}

.bodylist.bodynews .news.ff_noSlider .item_block:nth-child(2n) {
    padding-left: 7.4%;
    border-right-color: transparent;
}

.bodylist.bodynews .news.ff_noSlider .item_block:nth-child(2n)::before {
    content: "";
    width: 200%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bodylist.bodynews .news.ff_noSlider .item_block:last-child::before {
    content: none;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_img {
    margin-bottom: 15px;height: 300px;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_wrapper {
    padding: 0 0 168px 0;
}

.bodylist.bodynews .news.ff_noSlider .item_block .title {
    font-size: 20px;
    line-height: 76px;
    color: #222;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_des {
    margin-top: 0;
}

.bodylist.bodynews .news.ff_noSlider .item_block .description {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_info .date_wrap {
    display: block;
    font-size: 30px;
    line-height: 152px;
    color: #ededed;
    position: absolute;
    bottom: 16px;font-weight: bold;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_info .date_wrap .year,
.bodylist.bodynews
.news.ff_noSlider
.item_block
.item_info
.date_wrap
i:nth-of-type(1) {
    display: none;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_wrapper .details {
    display: block;
    position: absolute;
    right: 100px;
    bottom: 70px;
    color: #acacac;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #acacac;
    opacity: 0;
}

.bodylist.bodynews
.news.ff_noSlider
.item_block:nth-child(2n)
.item_wrapper
.details {
    right: 0;
}

.bodylist.bodynews .news.ff_noSlider .item_block .item_wrapper .details i {
    display: none;
}

.bodylist.bodynews .news.ff_noSlider .item_block:hover .item_wrapper .details {
    background-color: transparent;
    color: #231f1c;
    border-color: #231f1c;
    opacity: 1;
}

.bodylist.bodynews .news.ff_noSlider .item_block:hover .item_info .date_wrap {
    color: #231f1c;
}

@media screen and (max-width: 1280px) {
    .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper {
        padding-top: 20px;
    }
}

/* 2020/05/13 yyq 修改 */

/* 2020/07/10 yyq 修改 */
.longPage.searchPage .ff_sitecontent {
    padding-top: 110px;
}

#header {
    background-color: #231f1c;
}

.agent-pc .bodylist.bodyvideom .videom.ff_noSlider .item_block .item_img:before {
    text-indent: 7px;
}

.agent-pc .bodyindex #header:not(.mini) {
    background-color: transparent;
}

.agent-pc .ff_postPage .news.mlistpost .postContent {
    width: 66%;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap {
    width: 26%;
}

.agent-pc .bodyindex .mlist.project .item_tags>a {
    width: auto;
    float: left;
}

agent-pc .bodyindex .mlist.project .item_tags>a:hover {
    background-color: transparent;
}

.agent-pc .ff_indexPage .videom.ff_noSlider .content_wrapper {
    padding-top: 60px;
}

.agent-pc .ff_indexPage .module.videom {
    padding-top: 100px;

}

.agent-pc .ff_indexPage #mcontact {
    padding-top: 60px;
    display: none;
}

.agent-pc .ff_indexPage .mcounter {
    background-position: inherit;
}

.agent-pc .ff_indexPage .mcounter {
    background-position: inherit !important;
    height: auto;
    padding-top: 0;
    min-height: 370px;
    margin-top: 100px;
}

.agent-pc .ff_indexPage .team.ff_slider .container_content {
    margin-top: 10px;
}

.agent-pc .ff_sitecontent .module .module_container {
    /* max-width: 60%; */
}

.agent-pc .mcustomize .container_content .contentbody .description a.more {
    border: 2px solid rgba(0, 0, 0, .08);
}

.agent-pc .ff_indexPage .module.imagelink {
    padding-top: 110px;
}

.agent-pc .ff_indexPage .module.project {
    padding-top: 150px;
    padding-bottom: 130px;
}

.agent-pc .ff_indexPage .mcounter .content_list li p.number .counterDX {
    font-family: Disney English;
    font-weight: bold;
    color: #fff;
    font-size: 47px;
}

.agent-pc .ff_indexPage .mcounter .content_list li p.number .unit {
    color: #fff;
    top: 6px;
    left: 5px;
}

.agent-pc .ff_indexPage .module .module_container .container_header::after {
    background-color: #e5e5e6;
}

.agent-pc .ff_indexPage .mcounter .content_list li .title {
    color: rgba(255, 255, 255, .7);
}

.agent-pc .ff_indexPage .mcounter .content_list li p {
    text-align: left;
}

.agent-pc .ff_indexPage .mcounter .content_list li p.number {
    font-size: 36px;
}

.agent-pc .ff_indexPage .service.ff_noSlider .item_block .item_wrapper .title {
    font-size: 18px;
}

.agent-pc .ff_indexPage .module .module_container .container_header .subtitle {
    
    color: #e5e5e6;
}

.agent-pc .ff_indexPage .module.service {
    padding-top: 100px;
    padding-bottom: 20px;
}

.agent-pc .ff_indexPage .mlist.service .content_wrapper {
    padding-top: 80px;
}

.agent-pc .ff_indexPage .service.ff_noSlider .item_block .item_wrapper {
    margin-top: 20px;
}

.agent-pc .ff_indexPage .service.ff_noSlider .module_container {
    padding-bottom: 70px;
}

.agent-pc .ff_indexPage .service.ff_noSlider .item_block {
    width: calc(100%/3 - 100px);
    margin-right: 140px;
    margin-bottom: 40px;
}

.agent-pc .ff_indexPage .service.ff_noSlider .item_block:nth-child(3n) {
    margin-right: 0;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_wrapper {
    padding-top: 10px;
	/* 0313 */
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_block_0 .item_wrapper .date_wrap {
    
    font-weight: bold;
    font-size: 16px;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_block_0:hover .item_wrapper .date_wrap {
    color: #231f1c;
}

.agent-pc .ff_indexPage .mcounter .content_list li:not(:last-child):after {
    background-color: rgba(255, 255, 255, 0.1);
    right: 24%;
}

.agent-pc .ff_sitecontent .module .module_container,
.agent-pc .ff_indexPage .project.ff_slider .module_container {
    /* max-width: 70%; */
}

.agent-pc .ff_indexPage .mcounter .content_list {
    width: 80%;
    top: calc(50% + 120px);
    left: 68%;
}

.agent-pc .ff_indexPage #mcontact .container_header,
.agent-pc .ff_indexPage #mcontact .contactform {
    display: none;
}

.agent-pc .ff_indexPage #mcontact .contactlist {
    padding-top: 0;
}

.agent-pc .agent-pc .ff_indexPage #mcontact {
    display: none;
    background-color: #f5f5f5;
    padding-top: 6%;
}

.agent-pc .ff_indexPage #mcontact .contactinfo .contact_name {
    color: #474747;
}

.agent-pc .bodyindex .page_contect_editor #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper {
    max-width: 70% !important;
}

.agent-pc #footer p {
    width: 70%;
}

.agent-pc #footer {
    padding: 10px 0;
}

.agent-pc #page_body_editor-wrapper .ck_share .ck-share-item .ifont {
    border: none;
}

.agent-pc .ff_indexPage .team.ff_slider .owl-nav {
    bottom: 20px;
}

.agent-pc .ff_indexPage .team.ff_slider .item_block .item_wrapper {
    padding: 5% 6% 7%;
}

.agent-pc .ff_indexPage .team.ff_slider .owl-nav [class*=owl-] {
    left: 5%;
}

.agent-pc .ff_indexPage .team.ff_slider .owl-nav .owl-next {
    left: calc(80px + 5%);
}

.agent-pc .imagelink .owl-nav .owl-prev .iconfont:before,
.agent-pc .postSlider .owl-nav .owl-prev .iconfont:before,
.agent-pc .mlist .owl-nav .owl-prev .iconfont:before,
.agent-pc .ff_topSlider .owl-nav .owl-prev .iconfont:before,
.agent-pc .imagelink .owl-nav .owl-next .iconfont:before,
.agent-pc .postSlider .owl-nav .owl-next .iconfont:before,
.agent-pc .mlist .owl-nav .owl-next .iconfont:before,
.agent-pc .ff_topSlider .owl-nav .owl-next .iconfont:before {
    font-size: 22px;
}

.agent-pc #page_body_editor-wrapper .ck_share .ck-share-item {
    text-align: left;
}

.agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot {
    
    width: 36px;
    height: 36px;
}

.agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot:hover span {
    animation-name: zoomIn;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot:hover span {
    animation-name: zoomIn;
}

.agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot span {
        font-size: 16px;
        font-weight: bold;
}

/* .agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot.active span {
	background-color: #a52902;
	    width: 8px;
	    height: 6px;
	    text-align: center;
	    margin: 0 auto;
} */

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description,
.agent-pc .mcustomize.tril .container_content .contentbody .wrapper .description {
    margin-top: 30px;
    max-width: 100%;
}

.agent-pc .ff_indexPage .mcustomize.module {
	position: relative;
    padding-top:40px;/* background-color: #f5f6fb; */
	  /* background: url(../images/aboutbg.png) no-repeat bottom right;
	  background-size: inherit; padding-bottom: 80px; */
}

.agent-pc #headTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.agent-pc #navWrapper .navitem a.active span::before {
    content: '';
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    top: -1px;
    left: 34px;
    opacity: 1;
}

.agent-pc .ff_indexPage .ff_topSlider .owl-dots .owl-dot::after {
    border-radius: 4px;
}

.agent-pc .ff_indexPage .project.ff_slider .container_header {
    margin-left: 0;
}

.agent-pc .ff_indexPage .project.ff_slider .container_content {
    margin-right: 0;
}

.agent-pc .ff_indexPage .module .module_container .content_wrapper .more {
    top: -70px;
    right: 10px;
}

.agent-pc .ff_indexPage .videom .module_container .content_wrapper .more { top: 10px;}

.agent-pc .longPage:not(.bodyindex) #header {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.agent-pc .bodylist #header,
.agent-pc .bodypage #header {
    background-color: #120e05;
}

.agent-pc .bodylist #header.mini,
    {
    background-color: #a52902;
}

.agent-pc #banner {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    min-height: 510px;
}

.agent-pc #banner div {
    border-radius: 40px 0 40px 0;
    height: 400px;
    top: 110px;
    background-size: cover;
    position: relative;
}

.agent-pc .bodylist .ff_pageList {
	 background: url(../images/listtu.jpg) no-repeat;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block .subtitle {
    font-size: 18px;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block:nth-of-type(2n) .item_wrapper {
    margin-left: 10%;
    margin-right: 4%;
}

.agent-pc .bodyproject .postInfo .usetdate {
    display: none;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-prev,
.agent-pc body #page_body_editor-wrapper .layout_group .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.agent-pc .longPage.bodylistpost .ff_sitecontent {
   /* background-image: linear-gradient(to bottom, #231f1c 280px, #fff 280px, #fff 280px); */
   background: url(../images/listtu.jpg) no-repeat; height:70px;
    padding-top: 280px;/* background-size: cover; */
}

.agent-pc body.bodylistpost #sitecontent .npagePage.content_editor {
    width: 80%;
    margin: 0 auto;
    margin-top: -5%;
}

.agent-pc #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper {
    max-width: 70%;
}

.agent-pc .bodylist.bodyvideom .videom.ff_noSlider .item_block .subtitle {
    font-size: 15px;
    color: #777;
}

.agent-pc .bodylist.bodyvideom .videom.ff_noSlider .item_block .item_img:before {
    font-size: 16px;
    font-family: 'Arial, Helvetica, sans-serif';
    letter-spacing: 7px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-family: DisneyEnglish-BOLD;
}

.agent-pc .bodylist.bodyvideom .videom.ff_noSlider .item_block:hover .item_img:before {
    letter-spacing: 0;
}

.agent-pc .vPlayArea .vPlayItem {
    height: auto;
}

.agent-pc .videoInfor {
    height: auto;
    width: calc(100% - 40px);
    padding: 20px;
}

.agent-pc .videoInfor .videoDes .description {
    line-height: 1.8em;
    margin-top: 10px;
}

.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block .item_img {
    margin-left: 0;
    width: 32%;
    padding-top: 32%;
}

.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block {
    margin-bottom: 60px;
    width: calc(100% / 3 - 60px);
    margin-right: 60px;
}

.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block .item_wrapper .title {
    font-size: 17px;
}

.agent-pc .ff_indexPage .project.ff_slider .dot_wrapper .owl-dot span {
    width: 90%;
    padding: 0 5%;
}

.agent-pc .mlistpost.service .postInfo .usetdate {
    display: none;
}

.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block {
    width: calc(100% / 3 - 40px);
}

.agent-pc .bodylist.bodyservice .service.ff_noSlider .item_block:nth-child(3n) {
    margin-right: 0;
}

.agent-pc .bodylist.bodyservice .service .content_list .item_block .item_box .item_wrapper {
    padding-left: 0;
}

.agent-pc .bodylistpost.bodyservice .ff_postPage .ff_pageTarget.module {
    display: none;
}

.agent-pc .bodylistpost.bodyservice .postInfo .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 60px;
    text-align: center;
}

.agent-pc .bodylistpost.bodyservice .postInfo .description,
.agent-pc .bodylistpost.bodyteam .postInfo .description {
    display: none;
}

.agent-pc .mlistpost.team .postInfo .usetdate {
    display: none;
}

.agent-pc .bodylistpost.bodyteam .ff_postPage .ff_pageTarget.module {
    display: none;
}

.agent-pc .ff_sitecontent .formPage .module .module_container {
    padding-top: 190px;
}

.agent-pc #sitecontent .npagePage.content_editor#page_about .module_container {
    padding-top: 109px;
}

.agent-pc .bodylistpost.bodynews .npagePage .ff_pageTarget .container_target {
    display: none;
}

.agent-pc .ff_indexPage .project.ff_slider .dot_wrapper .owl-dot {
    width: 8vw;
}

.agent-pc .ff_indexPage .project.ff_slider .content_list .item_block {
    background-color: #fff;
}

.ff_topSlider .content_list .item_block div.item_bg.image {
    background-size: auto;
}

@media screen and (min-width: 1921px) and (max-width: 3960px) {
    .ff_topSlider .content_list .item_block div.item_bg.image {
        background-size: cover;
    }
}

.agent-pc .ff_indexPage .news .content_list .item_block:not(#item_block_0):hover .item_box .item_wrapper .item_info .title {
    margin-top: -20px;
    margin-bottom: 20px;
}

.agent-pc .ff_indexPage .news .content_list .item_block:not(#item_block_0):hover .item_box .item_wrapper .item_des .description {
    margin-top: -24px;
    margin-bottom: 24px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.agent-pc .ff_indexPage .news.ff_noSlider .item_block .item_wrapper .date_wrap {
    
    font-size: 16px;
}

.agent-pc .ff_indexPage .news.ff_noSlider #item_block_2 {
    margin-top: 65px;
}

.agent-pc .ff_indexPage .news.ff_noSlider #item_block_2:hover .item_box .item_wrapper .item_info .title {
    margin-top: -30px;
    margin-bottom: 30px;
}

.agent-pc .ff_indexPage .news.ff_noSlider #item_block_2:hover .item_box .item_wrapper .item_des .description {
    margin-top: -34px;
    margin-bottom: 34px;
}

.agent-pc .ff_indexPage .ff_topSlider .content_list .item_block p.subtitle {
    font-size: 24px;
}

.agent-pc .ff_indexPage .module.project,
.agent-pc .ff_indexPage .team.ff_slider {
 background-color: #ffffff;  
}

.agent-pc .ff_indexPage .project.ff_slider .item_block .item_img {
    padding-top: 39.6%;
}

.agent-pc .ff_indexPage .project.ff_slider .container_content {
    width: 53vw;
}

.agent-pc .ff_indexPage .project.ff_slider .owl-nav {
    background-color: #fff;
}

.agent-pc .ff_indexPage .project.ff_slider .owl-nav [class*=owl-] {
    width: 50%;
}

.agent-pc .ff_indexPage .project.ff_slider .owl-nav .owl-next {
    left: 50%;
}

.agent-pc .ff_indexPage .project.ff_slider .owl-nav {
    width: 39%;
}

.agent-pc .ff_indexPage .project.ff_slider .dot_wrapper {
    width: 61%;
    background-color: #f5f6fb;
}

.agent-pc .ff_indexPage .project.ff_slider .item_block .item_box .item_wrapper {
    width: 39%;
    padding: 8% 6% 3%;
}

.agent-pc .ff_indexPage .mlist.service .content_list .item_block:hover .item_img img,
.agent-pc .mlist.service .content_list .item_block:hover .item_box .item_img img {
    transform: scale(1);
}

.agent-pc .ff_indexPage .mlist.service .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    color: #444;
    transform: translateY(-8px);
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper .details {
    border-bottom: none;
    color: #666;
}

.agent-pc .bodylist.bodyteam .team.ff_noSlider .item_block .details {
    bottom: 21%;
    border-width: 1px;
    left: 10%;
}


.agent-pc .bodylist.bodyteam .team.ff_noSlider .item_block:hover .details {
    bottom: 24%;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper .details::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper .details::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #231f1c;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block:hover .item_wrapper .details::before {
    width: 0%;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block:hover .item_wrapper .details::after {
    width: 100%;
    opacity: 1;
}

.agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block:hover .item_wrapper .details {
    bottom: 66px;
    color: #231f1c;
}
.agent-pc .npagePage .ff_pageTarget {
      margin-top: 0px;
      padding-top: 30px;
}

.agent-pc .container_category>a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.agent-pc .npagePage:not(.post) .team .content_wrapper {
    margin-right: 0;
}

.agent-pc .bodylist .npagePage .container_category a {
    padding: 0 16px;
	text-decoration: none;
	font-size: 16px;
}

.agent-pc .bodylist.bodyteam .team.ff_noSlider .item_block .item_wrapper {
    padding-left: 10%;
}



.agent-pc .ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap .d {
    margin-left: 7px;
}

.agent-pc .ff_indexPage .news .content_wrapper,
.ff_pageList .news .content_wrapper {
    margin-right: 0;
}

.agent-pc .bodylist.bodynews .npagePage.ff_pageList .container_content {
    padding-top: 50px;
}

.agent-pc .longPage:not(.bodyindex) #navWrapper .navitem .subnav li a,
.agent-pc .longPage:not(.bodyindex) #header.mini #navWrapper .navitem .subnav li a {
    font-size: 14px;
    line-height: 52px;
}
/* 0314gai */
.agent-pc .longPage:not(.bodyindex) #header.mini {
    background-color: #120e05;
}

.longPage:not(.bodyindex) #header.mini #navWrapper .navitem a.active span {
    color: #fff;
}

.longPage #header.mini #navWrapper .navitem .subnav li a.active::after {
    background-color: transparent;
}

.longPage #header #navWrapper .navitem .subnav li a.active {
    color: #231f1c;
}

.longPage:not(.bodyindex) #header.mini #navWrapper .navitem .subnav a .agent-mobile .videom.mlist .content_list .item_mask {
    position: relative;
}

.agent-pc #sitecontent .npagePage.content_editor .mlistpost.news .module_container {
    max-width: none;
}

.agent-pc .news.mlistpost .listContent_post .item_block {
    width: calc(100% / 2 - 60px);
    margin-right: 60px;
    border: none;
    margin-bottom: 40px;
}

.agent-pc .bodylist.bodyvideom .videom.ff_noSlider .item_block .item_wrapper { padding-right: 2%;}
.agent-pc .news.mlistpost .listContent_post .item_block:nth-child(2n) {
    margin-right: 0;
}

.agent-pc .news.mlistpost .listContent_post .item_block:hover .item_box .item_wrapper .item_des .description {
    color: #555;
}

.agent-pc .news.mlistpost .listContent_post .item_block .date_wrap {
    display: none;
}

.agent-pc .news.mlistpost .listContent_post .content_wrapper .item_tags>a {
    display: none;
}

.agent-pc #navWrapper .navitem a span::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    top: -1px;
    left: 50%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.agent-pc .news.mlistpost .content_list .item_block .details {
    right: auto;
    left: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #666;
}

.agent-pc .news.mlistpost .content_list .item_block:hover .details {
    bottom: 20px;
}

.agent-pc .news.mlistpost .content_list .item_block .item_wrapper {
    padding-left: 0;
}

.agent-pc .bodyindex #header:not(.mini) #navWrapper .content .nav>.navitem>a:hover {
    color: #fff;
}

.agent-pc .bodyindex #navWrapper .navitem .subnav {
    margin-top: -7px;
}

.agent-pc #navWrapper .navitem .subnav {
    border-radius: 3px;
    margin-top: -27px;
    width: 180px;
    margin-left: -90px;
    left: 50%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    padding: 15px 0;
    z-index: 9;
}

.agent-pc #navWrapper .navitem .subnav a {
    line-height: 52px;
}

.agent-pc #navWrapper .content .nav>.navitem .subnav li a:hover {
    background-color: transparent;
    color: #231f1c;
}

.agent-pc #header.mini #navWrapper .navitem .subnav {
    margin-top: -2px;
}

.agent-pc #header:not(.mini) #navWrapper .content .nav>.navitem>a:hover {
    color: #fff;
}

.agent-pc .news.mlistpost .listContent_post .item_block .item_tags {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc .news.mlistpost .listContent_post .item_block:hover .item_tags {
    border-color: rgba(0, 0, 0, .2);
}

.agent-pc .bodylist #header.mini .nav>.navitem>a,
.agent-pc .bodypage #header.mini .nav>.navitem>a,
.agent-pc .bodylistpost #header.mini .nav>.navitem>a,
#header.mini #navWrapper .content .searchGroup .fa-search {
    color: rgba(255, 255, 255, .8);
}

.agent-pc .longPage:not(.bodyindex) #navWrapper .navitem a.active span::before {
    bottom: 25px;
    background-color: transparent;
}

.agent-pc .bodylist #header #navWrapper .navitem a span::before {
    bottom: 25px;
    top: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc .bodylist #header.mini #navWrapper .navitem a span::before {
    bottom: -1px;
}

.agent-pc .bodylist #header:not(.mini) #navWrapper .content .nav>.navitem>a:hover ,.agent-pc .bodylist #header:not(.mini) #navWrapper .content .nav>.navitem>a:active ,.agent-pc .bodylist #header:not(.mini) #navWrapper .content .nav>.navitem>a:visited{
    color: #fff;background: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: transparent!important
}
.agent-pc #navWrapper .navitem:hover a span::before {
    opacity: 1;
    left: 34px;
    width: calc(100% - 68px);
}

.agent-pc .bodynews #sitecontent .npagePage.content_editor .listWrap {
    padding: 0 6%;
}

.agent-pc .bodyindex #header.mini #navWrapper .content .nav>.navitem>a:hover {
    color: #231f1c;
}

.agent-pc #header.mini #navWrapper .content .nav>.navitem>a:hover {
    color: #fff;
}

.agent-pc .bodylistpost.bodyproject #sitecontent .npagePage.content_editor .module_container {
    max-width: none;
}

.agent-pc .bodylistpost.bodyproject #sitecontent .npagePage.content_editor .module_container .listWrap {
    padding: 0 6%;
}

.agent-pc .bodylistpost.bodyproject #sitecontent .npagePage.content_editor .module_container .listWrap .mlist.type04 .item_tags>a {
    display: none;
}

.agent-pc .project.mlistpost .listContent_post .item_block {
    border: none;
}

.agent-pc .project.mlistpost .listContent_post .item_block .date_wrap {
    display: none;
}

.agent-pc .project.mlistpost .listContent_post .item_block .item_wrapper .item_des {
    display: none;
}

.agent-pc .project.mlistpost .listContent_post .item_block .details {
    display: none;
}

.agent-pc .project.mlistpost .listContent_post .item_block .item_tags {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.agent-pc .project.mlistpost .listContent_post .item_block:hover .item_tags {
    border-color: rgba(0, 0, 0, .2);
}

.agent-pc .ff_indexPage .news.ff_noSlider .container_category {
    right: 30px;
    top: 6px;
}

.agent-pc .longPage:not(.bodyindex) #header #navWrapper .navitem a.active::after {
    content: '';
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    bottom: 24px;
    left: 34px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.longPage:not(.bodyindex) #header.mini #navWrapper .navitem a.active::after {
    content: '';
    position: absolute;
    width: calc(100% - 68px);
    height: 2px;
    background-color: #fff;
    bottom: -1px;
    left: 34px;
}

.agent-pc body .searchGroup .searchFormGroup .searchSub {
    padding: 0 30px;
}

.agent-pc .searchPage .ff_sitecontent .module .module_container {
    max-width: 80%;
}

.agent-pc .searchPage .npagePage .container_content {
    padding-top: 60px;
}

.agent-pc .ff_indexPage .module.map .module_container .container_header::after {
    background-color: transparent;
}

.agent-pc .ff_indexPage .map.module .module_container .container_content {
    margin-top: 30px;
}

.agent-pc .ff_indexPage .ad01 .item_block {
    width: calc(100% / 2 - 0px);
    border: none;
}

.agent-pc .ff_indexPage .ad01.module {
    padding-bottom: 0;
    padding-top: 100px;
}

.agent-pc .ff_indexPage .ad01.mlist .content_list .item_wrapper {
    top: calc(100% - 110px);
    left: 20px;
}

.agent-pc .videom .content_list .date_wrap {
    display: none;
}

.agent-pc .ff_indexPage .videom .content_list .item_des .description {
    display: none;
}

.agent-pc .ff_indexPage .videom.ff_noSlider .content_list .item_block {
    border: none;
    width: 33.3%;
    float: left;
}

.agent-pc .ff_indexPage .videom .content_list .item_block .item_wrapper {
    margin-top: 20px;
}

.agent-pc .ff_indexPage .videom .content_list .details {
    display: none;
}

.agent-pc .ff_indexPage .videom .content_list .item_img .item_mask::before {
    content: "play";
    width: 4.5vw;
    height: 4.5vw;
    line-height: 4.5vw;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    letter-spacing: 7px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-family: DisneyEnglish-BOLD;
    font-size: 15px;
}

.agent-pc .ff_indexPage .videom .content_list .item_tags {
    display: none;
}

.agent-pc .ff_indexPage .content_list .item_block .item_tags {
    display: none;
}

.agent-pc .ff_indexPage .project.ff_noSlider .content_list .item_block,
.agent-pc .ff_indexPage .service.ff_slider .content_list .item_block,
.agent-pc .ff_indexPage .team.ff_noSlider .content_list .item_block,
.agent-pc .ff_indexPage .imagelink.ff_slider .content_list .item_block,
.agent-pc .ff_indexPage .news.ff_slider .content_list .item_block
 {
    border: none;
}

.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .date_wrap { display: none;}

.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .item_wrapper .date_wrap { display: inline-block; font-family: DisneyEnglish-BOLD; font-size: 16px;}
.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .item_wrapper .date_wrap .year { display: none;}
.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .item_wrapper .date_wrap i.time-connect { display: none;}
.agent-pc .ff_indexPage .mlist .owl-dots { display: none;}
.agent-pc .ff_indexPage .project.ff_slider  .owl-dots { display: block;}
.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .item_wrapper .date_wrap .m { position: relative; margin-right: 10px;}
.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box .item_wrapper .date_wrap .m::after { content: '-'; position: absolute;   top: -3px;
    left: 22px;
    color: #999;
    font-size: 18px;}



    .agent-pc .ff_indexPage .videom.ff_slider  .content_list .item_block { border:none;}

    .agent-pc .ff_indexPage .imagelink.ff_slider .content_list .item_block .item_box:after { border:none; }

    .agent-pc .ff_indexPage .service.ff_slider .owl-item .item_block { margin-right: 30px;}

    .agent-pc .ff_indexPage .project.ff_noSlider .content_list .item_block .item_box .item_wrapper .item_info .date_wrap { display: none;}

    .agent-pc  .ff_topSlider .content_list .item_block div.item_bg.image { background-size: 100% auto; background-position: top center;}
    /* .agent-pc .ff_topSlider .content_list .item_block { height: calc(100vw / 1.93) !important;}
    .ff_indexPage .ff_topSlider .content_list{ height: calc(100vw / 1.93) !important;} */


    .agent-pc .mcustomize.tlir .mediabody {width: 30%;}
    .agent-pc .mcustomize.tlir .contentbody { width: 65%; float: left;}

    .agent-pc  .mcustomize.tril .mediabody {width: 30%;}
    .agent-pc .mcustomize.tril .contentbody { width: 65%;}

    @media screen and (max-width: 1600px) {
        .agent-pc .bodylist.bodyteam .team.ff_noSlider .item_block .details{bottom: 10%;}
    
        .agent-pc .bodylist.bodyteam .team.ff_noSlider .item_block:hover .details { bottom:14%;}
        .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper{ padding-top: 30px;}
    
        .bodylist.bodyproject .project.ff_noSlider .item_block .item_wrapper .details {bottom: 40px;}
    
        .agent-pc .bodylist.bodyproject .project.ff_noSlider .item_block:hover .item_wrapper .details {bottom: 50px;}
        .bodylist.bodyvideom .videom.ff_noSlider .item_block .title { font-size: 24px;}
        .bodylist.bodyteam .team.ff_noSlider .item_block .title { font-size: 22px;}
    
    }
    

    .agent-pc .ff_indexPage .service.ff_slider .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {display: none;}

/* 2020/08/28 sha 合并*/



@media screen and (max-width: 1280px) {
    .ff_indexPage .news.ff_noSlider .item_block .item_info {
        width: 80%;
    }

    .ff_indexPage .news.ff_noSlider .content_list .item_block_0 .item_wrapper .title {
        border-top: 0;
    }

    
    .ff_indexPage .news.ff_noSlider .content_list .item_block_0 .item_wrapper .title::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #231f1c;
        position: absolute;
        top: 0;
    }
}

.agent-pc .nobanner .npagePage .ff_pageTarget {
    margin-top: 144px;
}



#navWrapper .navitem a {
    display: inline-block;
}
